home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
PROGRAMM
/
BASIC
/
0745.ZIP
/
CHKQB2.ARC
/
CHKQB2.BAT
next >
Wrap
DOS Batch File
|
1986-08-03
|
336b
|
13 lines
qb prog1;
chkqb2 prog1 >compile.txt
qb prog2;
chkqb2 prog2 >>compile.txt
qb prog3;
chkqb2 prog3 >>compile.txt
rem
rem In the above example, if PROG1 had two severe errors, PROG2 none and PROG3
rem three, then the COMPILE.TXT file would contain the following afterward:
rem
rem prog1 2 error(s).
rem prog3 3 error(s).